- equals operator
- 1) Математика: оператор эквивалентности2) Вычислительная техника: знак операции в списке присваивания
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Equals (computing) — Equals (=), in computing, is a symbol that is used in several programming languages.NamesThe equals sign is ASCII character 61, and has multiple names that are commonly used. These include ITU T , equals , gets , and takes . Although less… … Wikipedia
Equals (disambiguation) — Equals may refer to: *Equals (computing), an operator used in computer languages *Equals sign, a mathematical symbol *The Equals, a British fusion music band formed in 1965 See also *Equality (mathematics) … Wikipedia
Equals sign — Due to technical restrictions, := redirects here. For the computer programming assignment operator, see Assignment (computer programming). For the definition symbol, see List of mathematical symbols#Symbols. = and = redirect here. For double… … Wikipedia
Spaceship operator — The spaceship operator is a binary relational operator that originated in the Perl programming language. Other languages, such as Ruby and Groovy also support the spaceship operator. It is written lt;= gt; . Unlike traditional equality operators … Wikipedia
Relational operator — In computer science, a relational operator is a programming language construct or operator that tests or defines some kind of relation between two entities. These include numerical equality (e.g., 5 = 5) and inequalities (e.g.,… … Wikipedia
Normal operator — In mathematics, especially functional analysis, a normal operator on a complex Hilbert space H (or equivalently in a C* algebra) is a continuous linear operator that commutes with its hermitian adjoint N*: Normal operators are important because… … Wikipedia
Discrete Laplace operator — For the discrete equivalent of the Laplace transform, see Z transform. In mathematics, the discrete Laplace operator is an analog of the continuous Laplace operator, defined so that it has meaning on a graph or a discrete grid. For the case of a… … Wikipedia
Minimal negation operator — In logic and mathematics, the minimal negation operator u! is a multigrade operator ( u {k}) {k in mathbb{N where each u {k}! is a k ary boolean function defined in such a way that u {k}(x 1, ldots , x k) = 1 if and only if exactly one of the… … Wikipedia
Typographical Number Theory — (also known as TNT) is a formal axiomatic system describing the natural numbers that appears in Douglas Hofstadter s book Gödel, Escher, Bach. It is an implementation of Peano arithmetic that Hofstadter uses to help explain Gödel s incompleteness … Wikipedia
Hash join — The Hash join is an example of a join algorithm and is used in the implementation of a relational database management system.The task of a join algorithm is to find, for each distinct value of the join attribute, the set of tuples in each… … Wikipedia
Assignment (computer science) — In computer programming, an assignment statement sets or re sets the value stored in the storage location(s) denoted by a variable name. In most imperative computer programming languages, assignment statements are one of the basic statements.… … Wikipedia